public interface TuneAdListener
Modifier and Type | Method and Description |
---|---|
void |
onAdClick(TuneAd ad)
Called when Ad is clicked
|
void |
onAdLoad(TuneAd ad)
Called when inventory is loaded with a ad
|
void |
onAdLoadFailed(TuneAd ad,
String error)
Called when inventory failed to load a ad
|
void |
onAdShown(TuneAd ad)
Called when Ad is shown
|
void onAdLoad(TuneAd ad)
ad
- Ad that generated this notificationvoid onAdLoadFailed(TuneAd ad, String error)
ad
- Ad that generated this notificationerror
- The error stating why an ad was not loadedvoid onAdShown(TuneAd ad)
ad
- Ad that generated this notificationvoid onAdClick(TuneAd ad)
ad
- Ad that generated this notification